projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e3dc01
)
efi_loader: remove duplicate GUID definition
author
Heinrich Schuchardt
<
[email protected]
>
Tue, 15 Jan 2019 04:44:56 +0000
(
05:44
+0100)
committer
Alexander Graf
<
[email protected]
>
Wed, 13 Feb 2019 08:40:06 +0000
(09:40 +0100)
Remove duplicate definition o EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_GUID.
Signed-off-by: Heinrich Schuchardt <
[email protected]
>
Signed-off-by: Alexander Graf <
[email protected]
>
include/efi_api.h
patch
|
blob
|
history
diff --git
a/include/efi_api.h
b/include/efi_api.h
index d899af5e4870274f5a7a8f3ae5def6121058ef97..6af52bcb866688b2a187f38bd6038948dd1b9fcd 100644
(file)
--- a/
include/efi_api.h
+++ b/
include/efi_api.h
@@
-929,9
+929,6
@@
struct efi_file_handle {
efi_status_t (EFIAPI *flush)(struct efi_file_handle *file);
};
-#define EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_GUID \
- EFI_GUID(0x964e5b22, 0x6459, 0x11d2, \
- 0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b)
#define EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_REVISION 0x00010000
struct efi_simple_file_system_protocol {